home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Paparazzi!: Tales of Tinseltown
/
Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso
/
pprazia2.dir
/
00585_Script_Bribe Exit Script
< prev
next >
Wrap
Text File
|
1995-05-21
|
683b
|
25 lines
on exitFrame
global length, snap1, snap2, theStopFrame, whichOutCome, thePayEnd
if the movieTime of sprite 48 >= thePayEnd then
set the loch of sprite 3 to 1000
set the locv of sprite 3 to 1000
puppetsprite 48, false
repeat with d = 9 to 10
puppetsprite d, false
end repeat
set the movietime of sprite 48 to 0
set the sound of cast¼
string(the name of cast value(the castNum of sprite 48)) to 0
puppetsprite 3, false
updatestage
if snap1 = 0 and snap2 = 0 then
go frame whichOutcome
else
go frame "Darkroom"
end if
puppetsound 0
updatestage
else
go to the frame
end if
end